Autogenerated HTML docs for v1.7.2.3-313-gcd15 
diff --git a/git-add.txt b/git-add.txt index e22a62f..73378b2 100644 --- a/git-add.txt +++ b/git-add.txt 
@@ -157,14 +157,14 @@  EXAMPLES  --------   -* Adds content from all `\*.txt` files under `Documentation` directory +* Adds content from all `*.txt` files under `Documentation` directory  and its subdirectories:  +  ------------  $ git add Documentation/\*.txt  ------------  + -Note that the asterisk `\*` is quoted from the shell in this +Note that the asterisk `*` is quoted from the shell in this  example; this lets the command include the files from  subdirectories of `Documentation/` directory.   @@ -220,7 +220,7 @@  difference between indexed copy and the working tree  version (if the working tree version were also different,  'binary' would have been shown in place of 'nothing'). The -other file, git-add--interactive.perl, has 403 lines added +other file, git-add{litdd}interactive.perl, has 403 lines added  and 35 lines deleted if you commit what is in the index, but  working tree file has further modifications (one addition and  one deletion).